projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbd460
)
Clarify last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:29:41 +0000
(
01:29
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:29:41 +0000
(
01:29
+0000)
doc/lispref/markers.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/markers.texi
b/doc/lispref/markers.texi
index d4321362cc90a06a313e6fd05b9dc6868ce98f00..b9f1c41471afe4a5855b949e64240256c8a509f6 100644
(file)
--- a/
doc/lispref/markers.texi
+++ b/
doc/lispref/markers.texi
@@
-577,9
+577,9
@@
modification. For example:
@end defvar
@defun deactivate-mark &optional force
-This function deactivates the mark, provided Transient Mark mode is
-enabled or @var{force} is non-@code{nil}. Deactivating the mark also
-
runs @code{deactivate-mark-hook}, described below
.
+If Transient Mark mode is enabled or @var{force} is non-@code{nil},
+this function deactivates the mark and runs the normal hook
+
@code{deactivate-mark-hook}. Otherwise, it does nothing
.
@end defun
@defvar mark-active